From e1b9e7f25e82a5b5b7f8a5219b12fc24497d6dcf Mon Sep 17 00:00:00 2001 From: justbur Date: Wed, 22 Jul 2015 08:58:45 -0400 Subject: [PATCH] No need to call show-popup for minibuffer --- which-key.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/which-key.el b/which-key.el index ac2eaa62b45..0964defe89e 100644 --- a/which-key.el +++ b/which-key.el @@ -969,8 +969,8 @@ enough space based on your settings and frame size." prefix-keys) (with-current-buffer which-key--buffer (erase-buffer) (insert page) - (goto-char (point-min)))) - (which-key--show-popup (cons height width)))))) + (goto-char (point-min))) + (which-key--show-popup (cons height width))))))) (defun which-key-show-next-page () "Show the next page of keys." -- 2.30.2